Object[][…] = … (gb)

Dim hObjectArray As Object[]
Dim anObject As Object
hObjectArray [ Index As Integer, ... ] = anObject

Modifies the data stored in the array at Index.